home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (3rd Edition)
/
The Business Master (3rd Edition).iso
/
files
/
comphelp
/
batchtut
/
testq.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1983-08-25
|
286 b
|
10 lines
echo off
. testq.bat quickie test for query
:start
echo for query test, type y, n, esc, or another key for error
query
if errorlevel 2 echo error level was 2
if errorlevel 1 echo error level was 1
if errorlevel 0 echo error level was 0
goto start